Autogenerated HTML docs for v1.5.3.7-994-g36863 
diff --git a/config.txt b/config.txt index 39d1ef5..4124ad2 100644 --- a/config.txt +++ b/config.txt 
@@ -346,6 +346,13 @@ 	option values containing whitespace characters are currently not 	supported.   +branch.<name>.rebase:: +	When true, rebase the branch <name> on top of the fetched branch, +	instead of merging the default branch from the default remote. +	*NOTE*: this is a possibly dangerous operation; do *not* use +	it unless you understand the implications (see gitlink:git-rebase[1] +	for details). +  clean.requireForce:: 	A boolean to make git-clean do nothing unless given -f 	or -n. Defaults to true.